In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / ClientTag Property

ClientTag Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Stores arbitrary public value that can be used to store optional information about the annotation")>

Public Property ClientTag As String
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")]

public string ClientTag {get; set;}
public read-write property ClientTag: String; 
DescriptionAttribute("Stores arbitrary public value that can be used to store optional information about the annotation")

public function get,set ClientTag : String
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")]

public: __property string* get_ClientTag();

public: __property void set_ClientTag( 

   string* value

);
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")]

public:

property String^ ClientTag {

   String^ get();

   void set (    String^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members